<?xml version="1.0"?>
<component name="org.nuxeo.template.service.defaultContrib.override">

  <require>org.nuxeo.template.service.defaultContrib</require>

  <extension point="processor" target="org.nuxeo.template.service.TemplateProcessorComponent">

    <documentation>XSLT template processor</documentation>

    <templateProcessor class="org.nuxeo.template.processors.xslt.XSLTProcessor" default="false" label="Raw XSLT Processor" name="XSLTProcessor">
      <supportedMimeType>text/xml</supportedMimeType>
      <supportedExtension>xml</supportedExtension>
      <supportedExtension>xsl</supportedExtension>
      <supportedExtension>xslt</supportedExtension>
    </templateProcessor>

  </extension>

</component>
